home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global theVCRButtons, lastQT
- mCancelPlay(theVCRButtons)
- mCancelFastFwd(theVCRButtons)
- unLoadCast(lastQT)
- end
-
- on mouseUp
- global theGauge
- set toStep to mComputeNewLevel(theGauge, the mouseV)
- mSetLevel(theGauge, toStep)
- go(label("P" & string(Plane) & "S" & string(toStep)))
- end
-